home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / religion / eo17.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-03-19  |  1KB  |  36 lines

  1. echo off
  2. cls
  3. echo.
  4. echo         ████████████████████████████████████████████████████████████
  5. echo         ██ ══════════ The "EXECUTABLE OUTLINES" Series ══════════ ██▒▒
  6. echo         ████████████████████████████████████████████████████████████▒▒
  7. echo         ██                                                         █▒▒
  8. echo         ██    Study guides and sermon outlines in a menu-driven    █▒▒
  9. echo         ██    executable file, with search, print, and save to     █▒▒
  10. echo         ██    file features.                                       █▒▒
  11. echo         ██                                                         █▒▒
  12. echo         ██        Copyright (c) Mark A. Copeland, 1992-1994        █▒▒
  13. echo         ████████████████████████████████████████████████████████████▒▒
  14. echo           ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  15. echo.
  16. echo      Thank you for your careful examination of the material presented in
  17. echo      this program.  May your attitude be like the Bereans:
  18. echo.
  19. echo          "...in that they received the word with all readiness, and
  20. echo          searched the Scriptures daily to find out whether these
  21. echo          things were so."  (Acts 17:11)
  22. echo.
  23. echo      Please wait (installation in progress)...
  24. echo.
  25. echo off
  26. md c:\exeout
  27. copy eo17.exe c:\exeout
  28. c:
  29. cd\exeout
  30. eo17.exe
  31. del c:\exeout\eo17.exe
  32. echo.
  33. echo  Installation is now complete!  Type EO and press [Enter].
  34. echo.
  35.  
  36.